home *** CD-ROM | disk | FTP | other *** search
- #include <WM.h>
- #include <MyStructs.h>
- #include <Window.h>
- #include <IText.h>
- #include <Screen.h>
- #include <Gadget.h>
- #include <Border.h>
- #include <Prefs.h>
- #include <MS.h>
- #include <Menu.h>
- #include <Image.h>
- #include <Palette.h>
- #include <Requester.h>
-
- VOID GetMessage(struct Window *w)
- {
- struct IntuiMessage *msg;
- class=NULL;
- code=0;
- Id=0;
- if(msg = (struct IntuiMessage *)GetMsg(w->UserPort))
- HolMsg(msg);
- }
-
-